Package jeresources.api.render
Class IScissorHook.ScissorInfo
java.lang.Object
jeresources.api.render.IScissorHook.ScissorInfo
- Enclosing interface:
- IScissorHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
ScissorInfo
public ScissorInfo(int x, int y, int width, int height)
-